home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / ams__l~1.zoo / include / amsversi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-07  |  643 b   |  19 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  This file is part of the Atari Machine Specific Library,
  4. //  and is Copyright 1992 by Warwick W. Allison.
  5. //
  6. //  You are free to copy and modify these sources, provided you acknowledge
  7. //  the origin by retaining this notice, and adhere to the conditions
  8. //  described in the file COPYING.
  9. //
  10. //////////////////////////////////////////////////////////////////////////////
  11.  
  12. #ifndef _AMSVersion_h
  13. #define _AMSVersion_h
  14.  
  15. const char* AMSCopyright = "Atari Machine Specific library, Copyright 1993 by Warwick W. Allison";
  16. const char* AMSVersion = "0.9";
  17.  
  18. #endif
  19.